home *** CD-ROM | disk | FTP | other *** search
/ PC Open 96 / PC Open 96 CD3.bin / fscommand / index.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2004-01-08  |  581 b   |  11 lines

  1. this.VIDEO_NAVIGATION.register("VIDEO",this.VIDEO);
  2. this.VIDEO_NAVIGATION.register("PLAY",this.bt_PLAY);
  3. this.VIDEO_NAVIGATION.register("PAUSE",this.bt_PAUSE);
  4. this.VIDEO_NAVIGATION.register("REWIND",this.bt_REWIND);
  5. this.VIDEO_NAVIGATION.register("FORWARD",this.bt_FORWARD);
  6. this.VIDEO_NAVIGATION.register("MUTE",this.bt_MUTE);
  7. this.VIDEO_NAVIGATION.register("VOLUME_SLIDER",this.bt_VOLUME_SLIDER);
  8. this.VIDEO_NAVIGATION.register("VOLUME_SLIDER_BAR",this.bt_VOLUME_SLIDER_BAR);
  9. this.VIDEO_NAVIGATION.setEnabled(false);
  10. this.loadVideo("dependencies/default.jpg","JPEG");
  11.